home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / clickfest3.swf / scripts / frame_33 / PlaceObject2_111_95 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2008-09-16  |  183 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.lengths < 0.5)
  3.    {
  4.       _root.submit1.gotoAndStop(1);
  5.    }
  6.    if(_root.lengths > 0.5)
  7.    {
  8.       _root.submit1.gotoAndStop(2);
  9.    }
  10. }
  11.